home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gLite2
- set gLite2 to the clickOn
- radioGroup([39, 40, 41, 42], "on", "off")
- if gLite2 = 39 then
- set the text of member "GabFreqSet" to "15"
- else
- if gLite2 = 41 then
- set the text of member "GabFreqSet" to "300"
- else
- if gLite2 = 42 then
- set the text of member "GabFreqSet" to "1200"
- else
- set the text of member "GabFreqSet" to "60"
- end if
- end if
- end if
- end
-